Avoid race condition when building outside of source tree
authorStefan Agner <stefan@agner.ch>
Tue, 26 Nov 2019 08:20:30 +0000 (09:20 +0100)
committerStefan Agner <stefan@agner.ch>
Tue, 26 Nov 2019 08:22:30 +0000 (09:22 +0100)
commit77b27c07df2bdff86945766a4728b6012062535c
tree83fe565206b25efac330f6d00e2376c5083bb16b
parent1dff567f2c8cdaa16ec865ee1aae75c6a6b0bc84
Avoid race condition when building outside of source tree

When building outside of source tree it can happen that src/ostree/
does not exist (yet) when bison is called. This leads to an build
error like so:
  bison: src/ostree/parse-datetime.c: cannot open: No such file or directory

Make sure that src/ostree/ exists when parse-datetime.c is built.
Makefile-ostree.am